home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMARCCONVERT / TFRMARCCONVERT.txt
Encoding:
Text File  |  2004-07-08  |  6.8 KB  |  294 lines

  1. object frmArcConvert: TfrmArcConvert
  2.   Left = 369
  3.   Top = 145
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmArcConvert'
  6.   ClientHeight = 337
  7.   ClientWidth = 496
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object sbProgress: TStatusBar
  22.     Left = 0
  23.     Top = 318
  24.     Width = 496
  25.     Height = 19
  26.     Panels = <
  27.       item
  28.         Width = 280
  29.       end
  30.       item
  31.         Alignment = taRightJustify
  32.         Width = 140
  33.       end
  34.       item
  35.         Width = 50
  36.       end>
  37.     SimplePanel = False
  38.   end
  39.   object pControls: TPanel
  40.     Left = 0
  41.     Top = 0
  42.     Width = 496
  43.     Height = 113
  44.     Align = alTop
  45.     BevelInner = bvRaised
  46.     BevelOuter = bvLowered
  47.     TabOrder = 1
  48.     object lvFileList: TListView
  49.       Left = 6
  50.       Top = 6
  51.       Width = 361
  52.       Height = 99
  53.       Anchors = [akLeft, akTop, akRight]
  54.       Columns = <
  55.         item
  56.           Width = 330
  57.         end>
  58.       SmallImages = frmFilzipMain.fzImages
  59.       TabOrder = 2
  60.       ViewStyle = vsReport
  61.     end
  62.     object btnOk: TButton
  63.       Left = 413
  64.       Top = 8
  65.       Width = 75
  66.       Height = 25
  67.       Anchors = [akRight, akBottom]
  68.       Caption = 'btnOk'
  69.       Default = True
  70.       TabOrder = 0
  71.       OnClick = btnOkClick
  72.     end
  73.     object btnCancel: TButton
  74.       Left = 413
  75.       Top = 36
  76.       Width = 75
  77.       Height = 25
  78.       Anchors = [akRight, akBottom]
  79.       Cancel = True
  80.       Caption = 'btnCancel'
  81.       TabOrder = 1
  82.       OnClick = btnCancelClick
  83.     end
  84.     object btnAdd: TButton
  85.       Left = 371
  86.       Top = 8
  87.       Width = 18
  88.       Height = 48
  89.       Anchors = [akTop, akRight]
  90.       Caption = '+'
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = clWindowText
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = []
  96.       ParentFont = False
  97.       TabOrder = 3
  98.       OnClick = btnAddClick
  99.     end
  100.     object btnDel: TButton
  101.       Left = 371
  102.       Top = 56
  103.       Width = 18
  104.       Height = 48
  105.       Anchors = [akTop, akRight]
  106.       Caption = '-'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clWindowText
  109.       Font.Height = -11
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ParentFont = False
  113.       TabOrder = 4
  114.       OnClick = btnDelClick
  115.     end
  116.   end
  117.   object pOptions: TPanel
  118.     Left = 0
  119.     Top = 113
  120.     Width = 496
  121.     Height = 205
  122.     Align = alClient
  123.     BevelInner = bvRaised
  124.     BevelOuter = bvLowered
  125.     TabOrder = 2
  126.     object pcConvert: TPageControl
  127.       Left = 2
  128.       Top = 2
  129.       Width = 492
  130.       Height = 201
  131.       ActivePage = tsOptions
  132.       Align = alClient
  133.       TabOrder = 0
  134.       object tsOptions: TTabSheet
  135.         Caption = 'tsOptions'
  136.         object lAction: TLabel
  137.           Left = 0
  138.           Top = 88
  139.           Width = 32
  140.           Height = 13
  141.           Caption = 'lAction'
  142.         end
  143.         object cbAction: TComboBox
  144.           Left = 48
  145.           Top = 84
  146.           Width = 161
  147.           Height = 21
  148.           Style = csDropDownList
  149.           ItemHeight = 13
  150.           TabOrder = 0
  151.           Items.Strings = (
  152.             '*'
  153.             '*')
  154.         end
  155.         object cbDelSource: TCheckBox
  156.           Left = 224
  157.           Top = 88
  158.           Width = 129
  159.           Height = 17
  160.           Caption = 'cbDelSource'
  161.           TabOrder = 1
  162.         end
  163.         object cbIntegCheck: TCheckBox
  164.           Left = 368
  165.           Top = 88
  166.           Width = 110
  167.           Height = 17
  168.           Caption = 'cbIntegCheck'
  169.           Checked = True
  170.           State = cbChecked
  171.           TabOrder = 2
  172.         end
  173.         object gbArcType: TRadioGroup
  174.           Left = 0
  175.           Top = 115
  176.           Width = 484
  177.           Height = 58
  178.           Anchors = [akLeft, akRight, akBottom]
  179.           Caption = 'Archive Type:'
  180.           Columns = 3
  181.           ItemIndex = 0
  182.           Items.Strings = (
  183.             'BlakHole (.bh)'
  184.             'Cabinet (.cab)'
  185.             'GZip Tar (.tar.gz)'
  186.             'Lha (.lzh)'
  187.             'Tar (.tar)'
  188.             'Zip (.zip)')
  189.           TabOrder = 3
  190.           OnClick = gbArcTypeClick
  191.         end
  192.         object pDirectory: TPanel
  193.           Left = 0
  194.           Top = 0
  195.           Width = 484
  196.           Height = 73
  197.           Align = alTop
  198.           BevelInner = bvRaised
  199.           BevelOuter = bvLowered
  200.           TabOrder = 4
  201.           object lDirType: TLabel
  202.             Left = 8
  203.             Top = 44
  204.             Width = 39
  205.             Height = 13
  206.             Caption = 'lDirType'
  207.           end
  208.           object lDir: TLabel
  209.             Left = 8
  210.             Top = 14
  211.             Width = 15
  212.             Height = 13
  213.             Caption = 'lDir'
  214.           end
  215.           object edDir: TEdit
  216.             Left = 80
  217.             Top = 10
  218.             Width = 281
  219.             Height = 21
  220.             TabOrder = 0
  221.             Text = 'C:\'
  222.           end
  223.           object cbDirType: TComboBox
  224.             Left = 80
  225.             Top = 40
  226.             Width = 313
  227.             Height = 21
  228.             Style = csDropDownList
  229.             ItemHeight = 13
  230.             TabOrder = 1
  231.             OnChange = cbDirTypeChange
  232.             Items.Strings = (
  233.               '*'
  234.               '*')
  235.           end
  236.           object btnBrowse: TButton
  237.             Left = 368
  238.             Top = 12
  239.             Width = 25
  240.             Height = 17
  241.             Caption = '...'
  242.             TabOrder = 2
  243.             OnClick = btnBrowseClick
  244.           end
  245.         end
  246.       end
  247.       object tsDetails: TTabSheet
  248.         Caption = 'tsDetails'
  249.         ImageIndex = 1
  250.         object mDetails: TMemo
  251.           Left = 0
  252.           Top = 0
  253.           Width = 484
  254.           Height = 173
  255.           Align = alClient
  256.           ReadOnly = True
  257.           ScrollBars = ssBoth
  258.           TabOrder = 0
  259.         end
  260.       end
  261.     end
  262.   end
  263.   object odAddArchives: TOpenDialog
  264.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
  265.     Left = 456
  266.     Top = 72
  267.   end
  268.   object acBrowse: TdfsBrowseDirectoryDlg
  269.     ShowSelectionInStatus = False
  270.     Left = 392
  271.     Top = 72
  272.   end
  273.   object fzArc2Arc: TArc2Arc
  274.     ConfirmOverwrites = True
  275.     TempDir = 'C:\DOKUME~1\philipp\LOKALE~1\Temp\'
  276.     OutArcType = tyBh
  277.     OnError = fzArc2ArcError
  278.     OnExtractActivate = fzArc2ArcExtractActivate
  279.     OnCompressActivate = fzArc2ArcCompressActivate
  280.     OnCompressDeactivate = fzArc2ArcCompressDeactivate
  281.     OnCompressBegin = fzArc2ArcCompressBegin
  282.     OnCompressEnd = fzArc2ArcCompressEnd
  283.     OnIntegrityActivate = fzArc2ArcIntegrityActivate
  284.     OnIntegrityDeactivate = fzArc2ArcIntegrityDeactivate
  285.     OnFileExists = fzArc2ArcFileExists
  286.     OnProgress = fzArc2ArcProgress
  287.     OnGetPassword = fzArc2ArcGetPassword
  288.     OnNextVolume = fzArc2ArcNextVolume
  289.     OnRemoveTempfile = fzArc2ArcRemoveTempfile
  290.     Left = 424
  291.     Top = 72
  292.   end
  293. end
  294.